projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abc0f67
)
gdk: Remove unused GdkStatus enum
author
Timm Bäder
<mail@baedert.org>
Fri, 12 Jan 2018 15:05:45 +0000
(16:05 +0100)
committer
Timm Bäder
<mail@baedert.org>
Fri, 12 Jan 2018 21:34:22 +0000
(22:34 +0100)
gdk/gdktypes.h
patch
|
blob
|
history
diff --git
a/gdk/gdktypes.h
b/gdk/gdktypes.h
index 4351302c7fe852aa8582c9f302a1faee0844b625..6b2778373d89805f7e61816bbb67d90aba31b22c 100644
(file)
--- a/
gdk/gdktypes.h
+++ b/
gdk/gdktypes.h
@@
-310,15
+310,6
@@
typedef enum
GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK,
} GdkModifierIntent;
-typedef enum
-{
- GDK_OK = 0,
- GDK_ERROR = -1,
- GDK_ERROR_PARAM = -2,
- GDK_ERROR_FILE = -3,
- GDK_ERROR_MEM = -4
-} GdkStatus;
-
/**
* GdkGrabStatus:
* @GDK_GRAB_SUCCESS: the resource was successfully grabbed.